home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows Expert
/
Windows Expert.iso
/
network
/
mhdemo.zip
/
ALIASES
< prev
next >
Wrap
Text File
|
1993-02-13
|
2KB
|
51 lines
#*************************************************************************
# FILE..........: aliases
# AUTHOR........: Alexander V. Shturm
# COPYRIGHT.....: (C) 1993, SuperPhysica Center, St.-Petersburg, Russia.
# VERSION.......: 1.00 [beta]
# DESCRIPTION...: WinUUCP Communications Aliases Table
# HISTORY.......: DATE COMMENT
# -------- ----------------------------------------------
# 01-02-93 Last Format Update.
#*************************************************************************
# Alias List of addresses
# ===== Necessary aliases =====
Mailer-Daemon: postmaster
root: postmaster
uucp: postmaster
# ===== Other aliases =====
# =======================================================================
#
# ==> Alias:
# a fictive local user name.
#
# ==> List of addresses:
# a list of addresses where the message will be sent to.
#
# NOTE (1) : It's possible to declare a real user name as an alias.
# In this case all mail for this user will be sent to the
# defined list of addresses.
#
# NOTE (2) : NO LOOPS! Any possible loop in the definitions will
# probably cause an awful action - from UAE to hanging.
# Simple example of a loop:
# user-1: user-2 ...
# user-2: user-1 ...
#
# NOTE (3) : Multiline address lists aren't allowed. Use some
# definition lines for one alias instead. They will be
# put together.
#
# NOTE (4) : Alias redirection is allowed in any order. For example:
# uucp: postmaster sysop
# admin: uucp root
# root: super-user
# The only limitation: try to avoid loops (see NOTE (2)) !
#
# =======================================================================